projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
151597f
)
Clean up trailing whitespace.
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sat, 2 Oct 2010 00:39:15 +0000
(
02:39
+0200)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sat, 2 Oct 2010 00:39:15 +0000
(
02:39
+0200)
src/xml.c
patch
|
blob
|
history
diff --git
a/src/xml.c
b/src/xml.c
index a3919db4ecdd79d97d999a9beb30390e857f4e01..a686e55f0b0d9ce8d4b0784af0c171564eb5afe5 100644
(file)
--- a/
src/xml.c
+++ b/
src/xml.c
@@
-86,7
+86,7
@@
parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int html
LIBXML_TEST_VERSION;
validate_region (&start, &end);
-
+
istart = XINT (start);
iend = XINT (end);
@@
-100,7
+100,7
@@
parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int html
}
bytes = CHAR_TO_BYTE (iend) - CHAR_TO_BYTE (istart);
-
+
if (htmlp)
doc = htmlReadMemory (BYTE_POS_ADDR (CHAR_TO_BYTE (istart)),
bytes, burl, "utf-8",